Description
Gets a list of files that are attached on the input document. The files location should be specified using the blob list property xpath. Returns a list of files.
Operation id | Document.GetBlobsByProperty |
Aliases | Blob.GetList
|
Category | Files |
Label | Get Document Files |
Requires | |
Since | |
Parameters
Signature
Inputs | document, documents |
Outputs | bloblist, bloblist |
Implementation Information
JSON Definition
{
"id" : "Document.GetBlobsByProperty",
"aliases" : [ "Blob.GetList" ],
"label" : "Get Document Files",
"category" : "Files",
"requires" : null,
"description" : "Gets a list of files that are attached on the input document. The files location should be specified using the blob list property xpath. Returns a list of files.",
"url" : "Document.GetBlobsByProperty",
"signature" : [ "document", "bloblist", "documents", "bloblist" ],
"params" : [ {
"name" : "xpath",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ "files:files" ]
} ]
}